@charset "utf-8";

/********************
common
********************/
/*reset*/
body{ line-height: 24px; }
body,
a { color: #666; }
a:hover { color: #f70; }
.w { width: 1120px; }

/*margin*/
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

/*color*/
.color-green,
.color-green a { color: #094; }
.color-green a:hover,
a.color-green:hover { color: #f70; }

.color-orange,
.color-orange a { color: #f70; }
.color-orange a:hover,
a.color-orange:hover { text-decoration: underline; }

/********************
header
********************/
.header { position: relative; }
.header .top { height: 120px; }

/*logo*/
.header .logo {
  float: left;
  margin-top: 30px;
}
.header .logo .image {
  float: left;
  width: 215px;
  height: 66px;
  background: url(../images/logo.png) no-repeat;
}
.header .logo .image a {
  display: block;
  height: 100%;
  text-indent: -999em;
}
.header .logo .text {
  float: left;
  max-width: 550px;
  height: 43px;
  margin-top: 12px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #333;
}
.header .logo .text p { line-height: 1; }
.header .logo .text .t1 { font-size: 20px; }
.header .logo .text .t2 {
  height: 20px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 7px;
}
.header .logo .text .t2 i {
  margin: 0 8px;
  font-style: normal;
  color: #ddd;
}

/*contact*/
.header .contact {
  float: right;
  height: 60px;
  margin-top: 10px;
  padding-top: 23px;
  padding-bottom: 10px;
  background: url(../images/bg_header_contact.png) no-repeat right;
}
.header .contact span {
  float: left;
  margin-top: 33px;
  font-size: 14px;
}
.header .contact p {
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

/*nav*/
.header .nav {
  position: absolute;
  top: 135px;
  left: 50%;
  z-index: 10;
  width: 1120px;
  height: 49px;
  margin-left: -560px;
  background: url(../images/bg_nav.png) no-repeat;
}
.header .nav li {
  position: relative;
  float: left;
  width: 130px;
  height: 49px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 49px;
  text-align: center;
  background: url(../images/line_nav.png) no-repeat right;
}
.header .nav li > a {
  display: block;
  height: 100%;
  color: #fff;
}
.header .nav li > a.on { background: url(../images/bg_nav_on.png) repeat-x top; }
.header .nav-sub {
  position: absolute;
  top: 49px;
  left: 15px;
  display: none;
  width: 410px;
  border-top: 5px solid #be541e;
}
.header .nav-sub .wrap {
  position: relative;
  padding: 20px 0;
  border:1px solid #eee;
  background: #fff;
}
.header .nav-sub i {
  position: absolute;
  top: -1px;
  left: 60px;
  display: block;
  width: 10px;
  height: 5px;
  overflow: hidden;
  background: url(../images/icon_nav_sub.png) no-repeat;
}
.header .nav-sub dl {
  float: left;
  width: 90px;
  min-height: 150px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.header .nav-sub dd {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.header .nav-sub dd a { color: #3c3c3c; }
.header .nav-sub dd a:hover { color: #f70; }
.header .nav-sub .image {
  float: left;
  width: 235px;
  height: 140px;
  margin-top: 7px;
  margin-left: 30px;
}
.header .nav li.n06 .nav-sub{ left: -125px; }
.header .nav li.n06 .nav-sub i { left: 200px; }
.header .nav li.n07 { background: none; }
.header .nav li.n07 .nav-sub{ left: -265px; }
.header .nav li.n07 .nav-sub i { left: 340px; }

/*slide*/
.header .slide {
  position: relative;
  z-index: 1;
}
.header .slide,
.header .slide .images,
.header .slide .images li,
.header .slide .images li a {
  width:100%;
  overflow: hidden;
}
.header .slide .prev,
.header .slide .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: none;
  width: 41px;
  height: 69px;
  margin-top: -34px;
  background: url(../images/bg_slide.png) no-repeat;
}
.header .slide .prev {
  left: 0;
  background-position: -84px center;
}
.header .slide .next {
  right: 0;
  background-position: -124px center;
}
.header .slide .prev:hover,
.header .slide .next:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.header .slide .prev:hover { background-position: 0 0; }
.header .slide .next:hover { background-position: -42px 0; }
.header .slide .icons {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 19px;
  text-align: center;
}
.header .slide .icons span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 5px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/icon_slide.png) no-repeat;
}
.header .slide .icons .on { background-position: -19px 0 }
.header .slide .images {
  position: absolute;
  top: 0;
  left: 0;
}
.header .slide .images li {
  background-repeat: no-repeat;
  background-position: center;
}
.header .slide .images li a { display: block; }


/*search*/
.header .search {
  height: 43px;
  overflow: hidden;
  background: url(../images/bg_search_wrap.png) repeat-x;
}
.search-quick {
  float: left;
  width: 790px;
  height: 43px;
  padding-left: 30px;
  line-height: 43px;
  overflow: hidden;
  background: url(../images/icon_search-quick.png) no-repeat 0 11px;
}
.search-quick span { color: #005bac; }
.search-quick a { color: #868686; }
.search-quick a:hover { color: #f70; }
.search-quick i {
  margin: 0 6px;
  font-style: normal;
  color: #dbdbdb;
}
.search-form {
  float: right;
  width: 260px;
  height: 33px;
  margin-top: 5px;
  background: url(../images/bg_search.png) no-repeat;
}
.search-form i {
  float: left;
  width: 14px;
  height: 14px;
  margin: 10px;
  overflow: hidden;
  background: url(../images/icon_search.png) no-repeat;
}
.search-form input {
  float: left;
  width: 160px;
  height: 23px;
  margin-top: 4px;
  line-height: 23px;
  border: none;
}
.search-form button {
  float: right;
  width: 56px;
  height: 33px;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: url(../images/btn_search.png) no-repeat;
}

/********************
footer
********************/
.footer { margin-top: 40px; }

/*nav*/
.footer .nav {
  height: 45px;
  font-size: 13px;
  line-height: 45px;
  overflow: hidden;
  background: #e8e9e9;
}
.footer .nav a {
  margin-right: 20px;
  padding-right: 20px;
  background: url(../images/line_footer_nav.png) no-repeat right center;
}
.footer .nav a.last { background: none; }

/*bd*/
.footer .bd {
  height: 272px;
  overflow: hidden;
  background: url(../images/bg_footer.jpg) no-repeat center top;
}
.footer .bd,
.footer .bd a { color: #ccc; }
.footer .bd a:hover { color: #fff; }
.footer .flink-share {
  height: 65px;
  border-bottom: 1px solid #999;
}

/*flink*/
.footer .flink {
  float: left;
  width: 980px;
  height: 25px;
  margin-top: 25px;
  color: #fff;
}
.footer .flink a { color: #fff; }
.footer .flink a:hover { text-decoration: underline; }
.footer .flink i {
  margin: 0 8px;
  font-style: normal;
}

/*share*/
.footer .share { float: right; }

/*contact*/
.footer .contact {
  height: 147px;
  margin-top: 30px;
  overflow: hidden;
}
.footer .contact .title {
  float: left;
  width: 135px;
}
.footer .contact .title p { line-height: 1.2; }
.footer .contact .title .cn {
  font-size: 28px;
  color: #ddd;
}
.footer .contact .title .en {
  margin-top: 5px;
  font-size: 28px;
  color: #888;
}
.footer .contact .cont {
  float: left;
  width: 410px;
  padding-right: 20px;
  margin-right: 110px;
  background: url(../images/line_footer_bd.png) repeat-y right;
}

/*qrcode*/
.footer .qrcode { float: left; }
.footer .qrcode .bg {
  float: left;
  width: 135px;
  height: 135px;
  background: url(../images/bg_footer_qrcode.png) no-repeat;
}
.footer .qrcode dl {
  float: left;
  margin-left: 25px;
}
.footer .qrcode dt {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  color: #ddd;
}

/* online */
.online {
  position: absolute;
  top: 250px;
  right: 0;
  z-index: 99999;
  width: 155px;
  height: 300px;
  overflow: hidden;
}
.online li {
  position: absolute;
  left: 100px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  overflow: hidden;
  margin-bottom: 1px;
}
.online li a {
  display: block;
  height: 100%;
  padding-left: 55px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #3e3e3e;
  -webkit-transition: none;
          transition: none;
}
.online li a:hover { background-color: #089549; }
.online .top { top: 0; }
.online .qq { top: 51px; }
.online .tel { top: 102px; }
.online .consulting { top: 153px; }
.online .top a { background-image: url('../images/icon_online_top.png'); }
.online .qq a { background-image: url('../images/icon_online_qq.png'); }
.online .tel a { background-image: url('../images/icon_online_tel.png'); }
.online .consulting a { background-image: url('../images/icon_online_consulting.png'); }
.online, .online * {
  -webkit-transition: all .5s;
          transition: all .5s;
}


/*********nav*********/
.g_nav{ height:60px; background:#4CB448;}
.g_nav01{ width:1100px; margin:0 auto;}
.g_nav01 table tr td{ text-align:center; border-right:#ffffff solid 1px; height:60px; line-height:60px; position:relative}
.g_nav01 a{ height:60px; line-height:60px; display:block; color:#fff; font-size:15px; background:url(../images/nav02.jpg) repeat-x bottom center;}
.g_nav01 td.now a>div, .g_nav01 td:hover a>div{width:100%; height:3px; background-color:#ffc231; position:absolute; top:57px;}
.g_nav01 a span{font-size:12px; color:#baa58c;}
.g_nav01 table tr td .nav_tan{ display:none; width:100%; position:absolute; left:0; top:60px; padding:5px 0 10px 0; background-color:#4CB448; opacity:0.95; z-index:100;}
.g_nav01 table tr td .nav_tan a{ width:90%; background:none; padding:0; margin:0 auto; line-height:30px; height:30px; font-size:12px; border-radius:0;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.g_nav01 table tr td .nav_tan a:hover{ width:90%; background:#ffa200; padding:0; margin:0 auto; line-height:30px; height:30px; font-size:12px;}
